body{
	font-family: 'Alegreya', serif;
	background-color: lightgrey!important;
}
.bolum1{
	height: 100vh;
	background: url("img/OZİKO PET COVER.png");
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	
	
   
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
}
.navbar{
	position: absolute;
	top: 30px;
	width: 85%;
}

@media only screen and (max-width:760px){
	
	.navbar{
		background: rgba(0,0,0,0.8);
		position: fixed;
		top: 0; left: 0; width: 100%;
	    
	}
}

.bolum1 .navbar-brand{
	font-weight: 600;
	
}
.bolum1 .navbar li{
	margin-left: 15px;
}

.bolum1 .navbar li a img{
	opacity: 0.6;
	border-radius: 50%;
}

.bolum1 .navbar li a{
	font-size: 15px;
	color: darkgray !important;
	font-weight: 400;
	letter-spacing: 1px;
	transition: 0.2s;
}
.bolum1 .navbar .navbar-nav .active>a,
.bolum1 .navbar .navbar-nav a:hover{
	color: white!important;
}

.bolum1 nav a img {
	border-radius: 50%;
	opacity: 0.6;
}

.bolum1 nav a span{
	color: darkgray!important;
}

.bolum1 .container .row {
	height: 100vh;
	display: flex;
	align-items: center;
}

.bolum1 .sagicerik h3{
	color: black;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}


@media only screen and (max-width:768px){
	.bolum1{
		height: 850px;
	}
	h2{
		margin-top: 35px;
	}
	
}
.language-buttons {
      position: fixed;
      top: 20px;
      right: 20px;
    }
    /* Dil seçimi düğmelerinin boyutunu küçült */
    .language-buttons .btn {
      font-size: 12px;
      padding: 5px 10px;
		color: white!important;
    }
    /* Dil seçimi düğmelerindeki resimlerin boyutunu ayarla */
    .language-buttons img {
      width: 40px;
      height: 40px;
    }
@media (max-width: 768px) {
  .language-buttons {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px; /* İstenilen bir boşluk değeri verebilirsiniz */
  }
	}
.bolum1 .navbar .navbar-nav .language-buttons .btn  img:hover{
	transform: scale(1.4);
	background: rgba(80,80,80,0.3);
	border-radius: 35px;
	z-index: 2;
	transition: 0.9s;
	cursor: pointer;
}
.bolum2{
	
	text-align: center;
	align-self: stretch!important;
	position: relative;
	margin-bottom: 100px;
	justify-content: center;
	
}

.bolum2 p{
	color: darkgray;
	font-size: 12px;
	font-weight: 800;
	margin-top: 35px;
}




.bolum2 h3{
	font-size: 40px;
	font-weight: 600;
	color: darkgray;
	margin-bottom: 100px;
	margin-top: 25px;
}

.bolum2 .card .video-container {
	display: flex;
}
.bolum2  .video-container{
	position: relative;
	height:0;
	padding-bottom: 56.25%;
	border: 3px solid #A1A1A1;
	
		
	
}

.bolum2 .video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
	
	
}

.bolum2 .card img:hover{
	transform: scale(1.4);
	background: rgba(80,80,80,0.3);
	border-radius: 35px;
	z-index: 2;
	transition: 0.9s;
	cursor: pointer;
}
.bolum4{
	
	text-align: center;
	align-self: stretch!important;
	position: relative;
	margin-bottom: 400px;
	justify-content: center!important;
	}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.left, .right {
  flex: 1;
  min-width: 300px; /* Adjust this based on your design */
}

.animated-text-container {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.mouse-move-wrapper {
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  transform: translate3d(45.5136px, 3.38824px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.animated-text {
  position: relative;
	font-size: 25px;
}

.animated-title {
  display: inline-block;
  font-size: 2em; /* Adjust font size as needed */
}

.word-holder {
  display: inline-block;
  overflow: hidden;
}

.character {
  display: inline-block;
  transition: transform 0.6s, opacity 0.6s;
  transform: translateY(100%);
  opacity: 0;
}

.animated-text.appear .character {
  transform: translateY(0);
  opacity: 1;
}

/* Pulsating effect */
@keyframes pulsate {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Color transition effect */
@keyframes colorChange {
  0% {
    color:aliceblue; /* Red */
  }
  25% {
    color:black; /* Green */
  }
  50% {
    color:darkgray; /* Blue */
  }
  75% {
    color:lightgray;/* Magenta */
  }
  100% {
    color:aliceblue;/* Red */
  }
}

.animated-text.appear .character {
  animation: pulsate 1.5s infinite, colorChange 3s infinite;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .left, .right {
    min-width: 100%;
  }
}
.bolum3{
	margin-bottom: 500px;
	text-align: center;
	align-self: stretch;
	position: relative;
	margin-top: 50px;
}

.bolum3 .video-container{
	width: 85%;
	height: 100vh;
	position: absolute;
	background-color: lightgray;
	text-align: center center!important;
	align-self: stretch!important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-bottom: 100px;
	
	
	
}
 
.bolum3 .video-container video{
	width: 100%;
	position: relative;
	margin-top: 35px;
	height: 100vh;
}

.bolum3 h2{
	padding-top: 25px;
	color: white!important;
}

.bolum3 h2:hover{

	transform: scale(1.4);
	z-index: 2;
	transition: 1s;
	cursor: pointer;
	
}
.bolum3 .row .col{
		align-self: stretch !important;
}

footer{
	margin-top: 100px;
	background: #9F9F9F;
	padding: 80px 0;
}

footer h3{
	color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
}

footer p{
	line-height: 1.8;
	color: rgba(255,255,255,0.8);
	
}

footer ul.sosyalmedya {
	margin-top: 40px;
	list-style: none;
	padding: 0;
}

footer ul.sosyalmedya li{
	display: block;
	float: left;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	padding: 5px;
	text-align: center;
	border-radius: 100%;
	background-color: #9F9F9F;
}

footer ul.sosyalmedya li a{
	display: block;
	font-size: 25px;
	color: white;
		
}

footer ul.info{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.info li{
	display: block;
	margin-bottom: 10px;
}

footer ul.info li a{
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

.info i{
	color: white;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

footer .lisans{
	margin-top: 40px;
	color: rgba(255,255,255,0.7);
	text-align: center;
}
.bolum2, .bolum4, .bolum3 , footer{
	opacity: 0;
}
#yukari{
	height: 45px;
	width: 45px;
	position: fixed;
	bottom: 65px;
	right: 100px;
	background: url("img/upper arrow.png");
	background-size: cover;
	display: none;
	transition-duration: 0.5s;
}

.whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25d366; /* WhatsApp green color */
            color: #fff;
            border: none;
            padding: 10px;
            border-radius: 25%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .whatsapp-button:hover {
            background-color: #128C7E; /* Darker shade on hover */
        }